Int16NINumericInt16NMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Multiply(
Int16N value
)
Private Function Multiply (
value As Int16N
) As Int16N Implements INumeric(Of Int16N).Multiply
private:
virtual Int16N Multiply(
Int16N value
) sealed = INumeric<Int16N>::Multiply
private abstract Multiply :
value : Int16N -> Int16N
private override Multiply :
value : Int16N -> Int16N
- value Int16N
- The value to multiply with the current value.
Int16NThe product of the current value and
value.
INumericTSelfMultiply(TSelf)